home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
amigan
/
amigan 8
/
hack.version.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-01-27
|
224b
|
15 lines
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
#include "date.h"
doversion(){
pline("AMIGA %s 1.0.1 - last edit %s.",
#ifdef QUEST
"Quest"
#else
"Hack"
#endif QUEST
, datestring);
return(0);
}